home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / ev / evtypno.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  405 b   |  15 lines

  1. #ifndef    _EV_EVTYPNO_H
  2. #define    _EV_EVTYPNO_H
  3.  
  4. #define    EVTYP_ALL    (0x01)
  5. #define    EVTYP_FR    (0x11)
  6. #define    EVTYP_BTN1    (0x12)
  7. #define    EVTYP_BTN2    (0x13)
  8. #define    EVTYP_SWOLY    (0x14)
  9. #define    EVTYP_BOXF    (0x15)
  10. #define    EVTYP_KON0    (0x21)    /* キーが押されれば                            */
  11. #define    EVTYP_KON1    (0x22)    /* キーコードorアドレス                        */
  12. #define    EVTYP_KON2    (0x23)    /* キーコードorアドレス(シフトチェック)    */
  13.  
  14. #endif
  15.